home *** CD-ROM | disk | FTP | other *** search
/ Tripas 4 / TRIPAS 004.iso / sin.EXE / SIN / BASE / models / cloak.def < prev    next >
Encoding:
Text File  |  1998-11-03  |  2.3 KB  |  81 lines

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Powerups/cloak.def    $
  4. // $Revision:: 6                                                              $
  5. //   $Author:: Mph                                                            $
  6. //     $Date:: 10/12/98 5:40p                                                 $
  7. //
  8. // Copyright (C) 1998 by Ritual Entertainment, Inc.
  9. // All rights reserved.
  10. //
  11. // This source may not be distributed and/or modified without
  12. // expressly written permission by Ritual Entertainment, Inc.
  13. //
  14. // This is a model definition file.  It is to be used in conjunction with Sin.
  15. //
  16. // -----------------------------------------------------------------------------
  17. // MODEL DESCRIPTION:
  18. // Photon Optic Displacement Device (PODD) - Temporary Invisibility.
  19. //
  20. // MODEL AUTHOR:
  21. // Michael
  22. //
  23. /*SINED Powerup_Cloaking (.3 .3 1) (0 0 0) (0 0 0)
  24. Cloaking Device (PODD) - Invisibility
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/powerups/cloak
  32. scale .4
  33.  
  34. // Base Model
  35. cloak.sbm
  36.  
  37. // Skins
  38. normal       cloak.tga
  39.  
  40. // Normal Animations
  41. idle        cloak.sam
  42. pose        cloak.sam
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48.  
  49. // Class Setup
  50. server classname Cloak
  51.  
  52. // Sound Aliases
  53. server respawnsound
  54. server aliascache snd_activate "player/pkup/shield/activate3.wav"
  55. server aliascache snd_deactivate "player/pkup/shield/fail.wav"
  56. server aliascache snd_pickup "player/pkup/shield/pkup.wav"
  57.  
  58. // Icon and Inventory Name
  59. server iconname i_cloak
  60. server itemname "Photon Optic Displacement Device (P.O.D.D)"
  61.  
  62. // -----------------------------------------------------------------------------
  63. // MAIN SECTION
  64. //
  65. !main:
  66.  
  67. // -----------------------------------------------------------------------------
  68. // SOURCESAFE Update Log
  69. //
  70. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Powerups/cloak.def         $
  71. // 
  72. // 6     10/12/98 5:40p Mph
  73. // modified model and size
  74. // 
  75. // 5     9/30/98 2:44p Joeske
  76. // Added in formatting.
  77. // 
  78. // -----------------------------------------------------------------------------
  79.  
  80.  
  81.